home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA-CD 2
/
Amiga-CD - Volume 2.iso
/
ungepackte_daten
/
1994
/
8
/
05
/
term-4.0-source.lha
/
SpinyNorman.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-06-17
|
268 b
|
17 lines
/*
** SpinyNorman.h
**
** Copyright © 1990-1994 by Olaf `Olsen' Barthel
** All Rights Reserved
*/
typedef LONG (* SPINY)(VOID);
extern SPINY SpinyNorman(VOID);
#define main() RETURN_OK; \
{ \
SPINY Main = SpinyNorman(); \
Result = (*Main)(); \
}